@charset "utf-8";

/*页面样式*/

.center {
    /*居中样式*/
    width: 1520px;
    margin: 0 auto;
}

/*页头开始*/
.topbar {
    margin: 2.8125em 0;
    border-top: double 0em #bb2d17;
    border-bottom: double 0em #bb2d17;
}

.topbar .topbar-box {
    margin: 1.1em 0;
}

.topbar .topbar-box,
.topbar .topbar-box .box-left {
    display: flex;
    justify-content: space-between;
    align-items: top;
}

/*左*/
.topbar .topbar-box .box-left {
    flex-direction: column;
    letter-spacing: .225em;
    cursor: pointer;
    height: 7.0375em;
}

.topbar .topbar-box .box-left h1 {
    font-size: 3em;
    color: #bb2d17;
    font-weight: 800;
}

.topbar .topbar-box .box-left div {
    margin-top: 10px;
    width: 95%;
    border-bottom: .1825em solid #bb2d17;
}

.topbar .topbar-box .box-left h2 {
    font-size: 1.1em;
    color: #bb2d17;
    margin-bottom: 6px;
    margin-top: 3px;
    font-weight: bold;
}

.topbar .topbar-box .box-left h3 {
    font-size: 0.785em;
    padding: 0 50px;
    color: #fff;
    letter-spacing: 0;
    background-color: #bb2d17;
    border: .0625em solid #bb2d17;
    border-radius: .7125em;
}

/*中*/
.topbar .topbar-box .box-center {
    width: 815px;
    height: 140px;
    position: relative;
}

.topbar .topbar-box .box-center a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.topbar .topbar-box .box-center a img {
    width: 100%;
    height: 100%;
}

/*右*/
.topbar .topbar-box .box-right,
.topbar .topbar-box .box-right span {
    display: flex;
    justify-content: space-between;
}

.topbar .topbar-box .box-right {
    height: 6.9375em;
}

.topbar .topbar-box .box-right p {
    font-size: 1.5em;
    color: #bb2d17;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.topbar .topbar-box .box-right span {
    flex-direction: column;
    align-items: center;
    margin-right: 2.9375em;
}

.topbar .topbar-box .box-right img {
    width: 6.875em;
    height: 6.875em;
    border: solid #ccc .0625em;
}

.topbar-active {
    color: #FF5722;
    text-decoration: underline;
}

/*页头结束*/

/*导航栏开始*/
.navbg{margin:-25px auto 0;width:1276px;}
.navbg img{width:100%;}
.navbar {
background:#bb2d17;
    height: 70px;
    /*width: 75em;
    margin: 0 auto;*/
}

.navbar .nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 70px;
}

.navbar .nav-list h1 {
    width: 6em;
    height: 2.2em;
    line-height: 2.2em;
    text-align: center;
    font-size: 1.4em;
    letter-spacing: .5em;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
/*    height: 70px;*/
    margin-top: 14px;
}

.navbar .nav-list .list-li {
    position: absolute;z-index:333;
    bottom: -1.68em;
    left: 0;
    width: 100%;
    height: 1.4em;
    border-bottom: 0.28em double #01AAED;
    line-height: 1.4em;
    color: #393939;
   display: none;
}

.navbar .nav-list .list-li a {
    font-weight: bold;
}

.navbar .nav-list .list-li a:hover {
    color: #FF5722;
}

.nav-active {
    /*导航栏活跃样式*/
    background-color: #fff;
    color: #bb2d17 !important;
}

/*导航栏结束*/

/*标题栏开始*/
.titlebar {
    margin: 2.8125em 0;
}

.titlebar .titlebar-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*左 与 右*/
.titlebar .titlebar-cont .cont-left,
.titlebar .titlebar-cont .cont-right {
    width: 5.35em;
    height: 5.1325em;
    /*border: #ff0000 .3125em solid;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.titlebar .titlebar-cont .cont-left span,
.titlebar .titlebar-cont .cont-right span {
    padding: 0 .225em;
    border: #ff0000 .125em solid;
    font-size: 1.125em;
    color: #ff0000;
    font-weight: bold;
    letter-spacing: .125em;
}


/*中*/
.titlebar .cont-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* width: 61.25em;
	height: 4.0625em; */
}

.titlebar .cont-center div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.titlebar .cont-center h1 a {
    font-size: 2em;
    color: #3a4fc9;
}





.titlebar .cont-center div a:hover {
    color: #FF5722;
    text-decoration: underline;
}


.titlebar .cont-center div {
    margin-top: .8em;
}


.let_3 {
    margin-top: .8em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.titlebar .let_3 a {
    padding: 0 .8em;
    margin-right: .8em;
    /* border-right: #000 .0625em solid; */
    font-weight: 400;
    font-size: 16px;
    /*width: 33.33%;*/
    background-color: #f0f0f0;
    line-height: 22px;
}

.titlebar .let_3 a:last-of-type {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

/*标题栏结束*/

/* 内容展示开始 */
.slideShow .center {
    display: flex;
    justify-content: space-between;
}

/*左*/
.slideShow .main-foot-left {
    width: 875px;
    height: 560px;
    border: 0.9px solid #000;
    position: relative;
}

.slideShow .main-foot-left .show {
    position: relative;
    width: inherit;
    height: inherit;
}

.slideShow .main-foot-left a {
    width: 100%;
    height: 100%;
    position: absolute;
}

.slideShow .main-foot-left img {
    width: 100%;
    height: 100%;
}

.slideShow .main-foot-left span {
    position: absolute;
    bottom: 0;
    color: #fff;
    margin-left: .625em;
    height: 25px;
	overflow:hidden;
}

.slideShow .main-foot-left ul,
.slideShow .main-foot-left li {
    list-style-type: none;
}

.slideShow .main-foot-left ul {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    height: 30px;
}

.slideShow .main-foot-left li {
    display: inline-block;
    width: 34px;border-radius: 20px;
    height: 45%;
    color: #fff;
    margin-right:4px;
    text-align: center;
    margin-top: 8px;
}


/*右*/

/*聚焦贵阳*/
#jjgybox {
    width: 28.125em;
}

.jjgybt {
    line-height: 40px;
    border-bottom-width: 0.9px;
    border-bottom-style: dashed;
    border-bottom-color: #69a5c7;
    height: 40px;
    overflow: hidden;
    width: 28.125em;
}

.jjgybt a {
    font-size: 16px;
    color: rgb(51, 184, 244);
    text-decoration: none;
    border-bottom: .0825em dashed #3399cc;
    padding-bottom: .6em;
    font-weight: bold;
    letter-spacing: 3px;
    margin-left: 0.9em;
}

.jjgybt a:hover {
    text-decoration: underline;
    color: #FF5722;
}

.jjgybt1 {
    line-height: 25px;
    overflow: hidden;
    /* height: 25px; */
}

.jjgybt1 a::before {
    content: "•";color:#a9a9a9;margin-right:8px;font-size:34px;
}

.jjgybt1 a {
    color: #000;
    text-decoration: none;
   /* letter-spacing: 3px;*/
    font-size: 16px;
    margin: 0.65em 0 0 0.9em;
    height: 30px;
    width:435px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    font-weight: 700;
}

.jjgybt1 a:hover {
    text-decoration: underline;
    color: #FF5722;
}





.slideShow .main-foot-right {
    /* border: 0.9px solid #000; */
    width:595px;
    height: 27.375em;
}

.slideShow .right-top {
    display: flex;
    justify-content: space-between;
    /* border-bottom: .0625em solid #050000; */
    width: 575px;
    height: auto;
    margin: 0 auto;
    padding-bottom: .2em;
    /* background-color: rgb(201, 211, 212); */
    text-overflow: hidden;
    position: relative;
}
.slideShow .right-top img{width: 100%;height: auto;}
.slideShow .right-top p {
    color: #012053;
    font-size: 1.5em;
    letter-spacing: .2em;
    font-weight: bold;
    margin-left: 13px;
}

.slideShow .right-top a {
    color: #b1b1b1;
    line-height: 1.9375em;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.slideShow .right-top a:hover {
    color: #FF5722;
}

.slideShow .right-foot {
    width: 26.5em;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slideShow .foot-fir {
    position: relative;
    margin: .5em 0 -0.5em;
}

.slideShow .foot-fir img {
    position: absolute;
    left: 0;
}

.slideShow .foot-fir a {
    text-indent: 4.2em;
    word-break: break-all;
    color: #f80000;
    font-size: 1.125em;
    font-weight: 600;
    letter-spacing: 0.2em;
}

.slideShow .foot-fir a:hover {
    text-decoration: underline;
}

.slideShow .foot-fir a::before {
    content: ":";
    margin-right: .2em;
}

.slideShow .foot-box a {
    display: block;
    font-weight: bold;
}

.slideShow .foot-box a:hover {
    color: #FF5722;
}

.slideShow .foot-box a:first-of-type:hover {
    text-decoration: underline;
}

.slideShow .foot-box a:first-of-type {
    border-bottom: .0625em dashed #3399cc;
    padding-bottom: .6em;
    color: rgb(51, 184, 244);
    margin-top: 8px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .02em;
}

.slideShow .foot-box a:nth-of-type(2),
.slideShow .foot-box a:nth-of-type(3),
.slideShow .foot-box a:nth-of-type(4) {
    font-weight: 500;
    font-size: .975em;
    margin: .2em 0 0.6em;
    color: #000000;
}

.slideShow .foot-box a:nth-of-type(2)::before,
.slideShow .foot-box a:nth-of-type(3)::before,
.slideShow .foot-box a:nth-of-type(4)::before {
    content: "•";
    margin-right: .5em;
}

.h10 {
    height: 6.5px;
}

/* 内容展示结束 */


/*文明创建开始*/
.culture {
    margin-top:5em;
}

.culture .cul-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

/*左 上*/
.culture .cul-left {
/*width: 798px;*/width: 805px;
}

.culture .cul-left-top {
    display: block;
/*    border-bottom: 1.5px solid #046ca5;*/
    width: 100%;
    height: auto;
position:relative;
/*    background: url(wmcj.png) no-repeat;*/
}
.culture .cul-left-top .h-more{
	position:absolute;right:0;top:50%;color:#b1b1b1;
}

.culture .cul-left-top a {
    color: #136ea5;
    font-weight: bold;
    font-size: medium;
}

.culture .cul-left-top a:hover {
    color: #FF5722;
    font-weight: bold;
}

.culture .top-left {
  /*  width: 798px;*/
 	width: 805px;
    height: 100%;
    position: relative;
    display: inline-block;
}
.culture .top-left img{
	width:100%;
    height:auto;
}
.culture .top-left * {
    display: inline-block;
}

.culture .left-le {
    width: 240px;
    height: inherit;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 5px;
    background-color: #bb2d17;

}

.culture .left-ri {
    position: absolute;
    left: 240px;
    width: 94px;
    height: 100%;
    /*background-image: repeating-linear-gradient(75deg,#bb2d17,#bb2d17 15px,transparent 15px,transparent 25px);*/
    /*background-image: url(jbs.png);*/

}

.culture .cul-left-top a {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}

/* 左 下*/
.culture .cul-left-bott {
    /*border: 1.4px solid #000;
    border-top: none;*/
  /*  padding: 12px 35px;*/
 padding: 12px 0px;
}

.culture .cul-left-bott>ul,
.culture .cul-left-bott>div {
    display: inline-block;
}

.culture .cul-left-bott ul,
.culture .cul-left-bott li {
    list-style-type: none;
}

.culture .cul-left-bott ul li img {
    width: 100%;
    /* height: 100%; */
}

.culture .cul-left-bott li {
    /* border: 1.5px solid #000; */
    margin-bottom:8px;
  /*  border-radius: 4px;*/
}

.culture .cul-left-bott li a {
    width: 343px;
    height:61px;
    display: block;
    line-height:61px;
    text-align: center;
    letter-spacing: 6px;
    font-size: 25px;
    color: #f60000;
    font-weight: 600;
}

/*.culture .cul-left-bott-l li:nth-of-type(1) {
	background: url(2018wmcj01.png) 100% 100%;
}

.culture .cul-left-bott-l li:nth-of-type(2) {
	background: url(2018wmcj02.png) 100% 100%;
}

.culture .cul-left-bott-l li:nth-of-type(3) {
	background: url(2018wmcj03.png) 100% 100%;
}

.culture .cul-left-bott-l li:nth-of-type(4) {
	background: url(2018wmcj04.png) 100% 100%;
}

.culture .cul-left-bott-l li:nth-of-type(5) {
	background: url(2018wmcj05.png) 100% 100%;
}*/

.culture .cul-left-bott-r a {
    display: inline-block;
    margin: 5px;width:206px;
   /* width: 180px;*/
    height: 340px;
}

.culture .cul-left-bott-r a:hover {
    box-shadow: 0 0 .2em red;
}

.culture .cul-left-bott-r img {
    width: 100%;
    height: 100%;
}

/*右*/
.culture .cul-right {
    /*width: 395px;
    height: 451px;*/width: 360px;
    height:419px;
    position: relative;
}

.culture .cul-right img {
    width: 100%;
    height: 100%;
    z-index: -999;
    position: absolute;
    top: 0px;
    right: 0px;
}

.culture .cul-right a {
    color: #136ea5;
    font-weight: bold;
    font-size: 14px;
}

.culture .cul-right a:hover {
    color: #FF5722;
    font-weight: bold;
}


.culture .cul-right * {
    background: none;
}

.culture .cul-right div,
.culture .cul-right-box h1,
.culture .cul-right-box span,
.culture .cul-right-box a {
    display: block;
}

.culture .cul-right-box {
    height: 86%;
/*    margin: 10px 15px;*/
    position: relative;
/*    top: 46px;*/top:30px;
    left: 0px;
}

.culture .cul-right-box h1:first-of-type {
    text-align: center;
}

.culture .cul-right-box h1 {
    font-size: 24px;
    color: #bb2d17;
    letter-spacing: 8px;
    font-weight: bold;
    padding-top:20px;
    background:url(icon.png) no-repeat top center;
}

.culture .cul-right-box span {
    margin-top: 10px;
    height: 85%;
    width: 92%;
    overflow: hidden;
}

.culture .cul-right-box a {
    font-size: 15px;
    color:#000000;
    letter-spacing: 1.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: .6625em 0 0 2.1em;
    font-weight: 600;
    border-bottom:1px dashed #b1b1b1;
    padding-bottom:4px;
}

.culture .cul-right-box a:hover {
    color: #FF5722;
}

/*.culture .cul-right-box span a::before {
    content: "•";
    margin-right: 8px;
}*/

/*文明创建结束*/

/*贵阳好人榜开始*/
.higuiyang {
    margin-top: 12px;
}

.higuiyang .higui-box-top {
    /*border-bottom: 1.5px #046ca5 solid;
    display: flex;
    justify-content: space-between;*/
    width:1200px;position:relative;
    /*height: 35px;
    line-height: 35px;*/
}


.higui-box-top a {
    color: #136ea5;
    font-weight: bold;
    font-size: medium;
}

.higui-box-top a:hover {
    color: #FF5722;
}

.higuiyang .top-left {
    width: 1200px;
    height:auto;
    display: inline-block;
    position: relative;
}

.higuiyang .top-left * {
    display: inline-block;
}

.higuiyang .left-le {
    width: 240px;
    height: inherit;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 5px;
    /*background-color: #bb2d17;*/
    background-color: #bb2d17;
}

.higuiyang .left-ri {
    position: absolute;
    left: 240px;
    width: 94px;
    height: 100%;
    /*background-image: repeating-linear-gradient(75deg,#bb2d17,#bb2d17 15px,transparent 15px,transparent 25px)*/
    /*background-image: repeating-linear-gradient(75deg,#bb2d17,#bb2d17 15px,transparent 15px,transparent 25px);*/
    /*background-image: url(jbs.png);*/
}

.higuiyang .higui-box-top a {
    background: none;
    position: absolute;z-index:3;right:0;top:50%;color:#b1b1b1;
    font-size: 16px;
    text-transform: uppercase;
}

.higuiyang .higui-box-bott {
    padding: 22px 12px;margin-top:10px;
    background: #ba2c18;box-sizing:border-box;
    /*border-right: 1px solid #bb2d17;
    border-bottom: 1px solid #bb2d17;
    border-left: 1px solid #bb2d17;*/
}

.higuiyang .higui-box-bott,
.higuiyang .higui-box-bott figure {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.higuiyang .higui-box-bott figure {
    align-items: center;
}

.higuiyang .higui-box-bott strong,
.higuiyang .higui-box-bott bdi {
    display: block;
}

.higuiyang .higui-box-bott figure>a {
    height: 125px;
    width: 94px;
    border: 1px solid #ccc;
}

.higuiyang .higui-box-bott figure>a:hover {
    box-shadow: 0 0 .2em #ccc;
}

.higuiyang .higui-box-bott img {
    height: 100%;
    width: 100%;
}

.higuiyang .higui-box-bott figcaption {
    width: 150px;
    height: 125px;
    margin-left: 12px;
}

.higuiyang .higui-box-bott strong {
    text-align: center;
}

.higuiyang .higui-box-bott strong a {
    font-size: 16px;
    color: #050000;
    letter-spacing: 3px;
    margin-bottom: 12px;
    line-height: 22px;
    width: auto;
    text-align: left;
}
}

.higuiyang .higui-box-bott bdi a {
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #252020;
}

/*贵阳好人榜结束*/



/*我们的节日 开始*/
.festival {
    margin-top: 45px;
}

.festival .fes-box-bott {
    /*border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;*/
    padding: 22px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.festival figure {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.festival figure>a {
    width: 115px;
    height: 115px;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.festival figure>a:hover {
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 100%;
}

.festival img {
    width: 100%;
    height: 100%;
	border-radius: 100%;
}
.festival .img{border-radius:0;}
.festival figcaption {
    margin-top: 12px;
}

/*我们的节日结束*/

/*讲文明树新风组开始*/
.hello {
    margin-top: 45px;
}

.hello .hel-box {
    display: flex;
    /*三个盒子的弹性和模型*/
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.hello .hel-box * {
    display: inline-block;
}

.hello .hel-box-fir {
/*    width: 370px;*/ width:343px;
}

.hello .hel-box-fir-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
/*    height: 35px;*/
}

.hel-box-fir-top a {
/*    color: #136ea5;*/color:#b2b2b2;
    font-weight: bold;margin-top:20px;
    font-size: medium;
}

.hel-box-fir-top a:hover {
    color: #FF5722;
}

.hello .top-left {
    width: 240px;
    height: 100%;
    position: relative;
}
.hello .top-left .img{
	width:100%;
}
.hello .top-left * {
    display: inline-block;
}

.hello .left-le {
    width: 160px;
    height: inherit;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 5px;
    /*background-color: #bb2d17;bb2d17*/
    background-color: #bb2d17;
}

.hello .top-left .left-ri {
    position: absolute;
    left: 160px;
    width: 94px;
    height: 100%;
    /*background-image: repeating-linear-gradient(75deg,#bb2d17,#bb2d17 15px,transparent 15px,transparent 25px);*/
    /*background-image: repeating-linear-gradient(75deg,#bb2d17,#bb2d17 15px,transparent 15px,transparent 25px);*/
    /*background-image: url(jbs.png);*/
}

.hello .hel-box-fir-top a {
    text-transform: uppercase;
}

.hello .hel-box-fir-bott {
    /*border-top: 1.3px solid #bb2d17;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;*/
    padding-top: 20px;
    /*padding-right: 10px;
    padding-left: 10px;*/
    height: 306px;
}

.hello .hel-box-fir-bott figure {
    position: relative;
    width: 345px;
    height: 180px;
}

.hello .hel-box-fir-bott figure a,
.hello .hel-box-fir-bott figure a img {
    width: 100%;
    height: 100%;
}

.hello .hel-box-fir-bott figure figcaption {
    background-color: rgba(0, 0, 0, .5);
    display: block;
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 14px;
	height:22px;
}

.hello .hel-box-fir-bott ul {
    position: relative;
    width: 345px;
    height: 75px;
    margin: 5px 0px;
    overflow: hidden;
}

.hello .hel-box-fir-bott ul li a::before {
    content: "•";color:#b2b2b2;
    margin-right: 8px;
}

.hello .hel-box-fir-bott ul li a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    display: block;
}

.hello .hel-box-fir-bott ul li {
    display: block;
    margin-bottom: 0.6em;
}

/*标签 贴纸*/
.hello .hel-box-fir-bott-bo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 345px;
    height: 28px;
}

.hello .hel-box-fir-bott-bo * {
    display: inline-block;
}

.hello .hel-box-fir-bott-bo span {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.hello .hel-box-fir-bott-bo span a {
	background:url(icon2.png) no-repeat;height:24px;line-height:24px;
    /*height: 28px;
    line-height: 28px;*/
   display: inline-block;width:94px;text-align:center;
    letter-spacing: 2px;
    font-size: 14px;
    color: #fff;
/*    background-color: #1578ed;*/
/*    padding-left: 5px;*/
}

.hello .hel-box-fir-bott-bo span p {
	display:none;
    border-width: 14px;
    border-style: solid;
    border-color: transparent transparent transparent #1578ed;
}

/*讲文明树新风组结束*/



/*区县播报组开始*/
.county {
    margin-top: 45px;
}

.county .coun-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.county .coun-box-fir {
    width: 370px;
}

/*上*/
.county .coun-box-fir-top {
    display: block;
}

.county .coun-box-fir-top span {
    display: inline-block;
    width: 150px;
    height: 35px;
    background-color: #bb2d17;
    padding: 0px 15px;
    font-size: 18px;
    letter-spacing: 5px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.coun-box-fir-top a {
    color: #136ea5;
    font-weight: bold;
    font-size: medium;
    float: right;
}

/*下*/
.county .coun-box-fir-bott {
    padding-top: 25px;
    padding-right: 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

/*第1个盒子*/
.county .coun-box-fir-bott a {
    display: block;
    width: 100%;
    height: 203px;
}

.county .coun-box-fir-bott a img {
    width: 100%;
    height: 100%;
}

.county .bott-box {
    position: relative;
}

.county .bott-box p {
    background-color: rgba(0, 0, 0, .2);
    display: block;
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 14px;
    width: 354px;
}

/*第2个盒子*/
.county .bott-sec {
    display: block;
}

.county .bott-sec a {
    display: block;
    background: none;
    width: 100%;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.county .bott-sec a:before {
    content: "•";
    margin-right: 8px;
}

.county .bott-sec a:hover {
    color: #FF5722;
}

/*第3个盒子*/
.county .coun-box-fir-bott-dbox {
    width: 100%;
    height: 203px;
}

.county .coun-box-fir-bott-dbox a {
    display: block;
    width: 100%;
    height: 70%;
}

.county .coun-box-fir-bott-dbox a img {
    width: 100%;
    height: 100%;
}

.county .coun-box-fir-bott-dbox p {
    width: 100%;
    height: 30%;
    margin-top: 5px;
    font-size: 14px;
    color: #000;
    line-height: 31px;
    overflow: hidden;
}

/*区县播报组结束*/


/*专题专栏开始*/
.column {
    margin-top: 0px;
}

.column .col-box {
    width: 100%;
}

/*上*/
.column .col-box .col-box-top {
    width: 100%;position:relative;margin-bottom:15px;
    /*height: 35px;
    line-height: 35px;
    border-top: 1px solid #bb2d17;*/
}

.col-box-top a {
/*    color: #136ea5;*/color:#b2b2b2;position:absolute;z-index:2;right:0;top:46%;
    font-weight: bold;
    font-size: medium;
}

.col-box-top a:hover {
    color: #FF5722;
}

.column .top-left {
    display: inline-block;
/*    width: 250px;*/width:100%;
    height: inherit;
    position: relative;
}
.column .top-left .h-img{width:100%;}
.column .top-left * {
    display: inline-block;
}

.column .left-le {
    width: 230px;
    height: 100%;
    font-size: 24px;
    text-align: center;
    letter-spacing: 20px;
    color: #fff;
    background-color: #bb2d17;
}

.column .left-ri {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 230px;
    background-image: repeating-linear-gradient(150deg, #bb2d17, #bb2d17 30px, transparent 30px, transparent);
}

.column .col-box .col-box-top a {
    text-transform: uppercase;
}

/*下*/
/*important*/
#max-box {
    position: relative;
    overflow: hidden;
    height: 160px;
}

#min-box {
    position: absolute;
    left: 0px;
    width: 500%;
}

#min-box li {
    width: 250px;
    height: 150px;
    margin: 5px 10px;
    list-style-type: none;
    float: left;
}

#min-box img {
    width: 100%;
    height: 146px;
}

#max-box1 {
    position: relative;
    overflow: hidden;
    height: 160px;
}

#min-box1 {
    position: absolute;
    left: 0px;
    width: 500%;
}

#min-box1 li {
    width: 250px;
    height: 150px;
    margin: 5px 10px;
    list-style-type: none;
    float: left;
}

#min-box1 img {
    width: 100%;
    height: 146px;
}

/*专题专栏结束*/




/*我们的价值观 开始*/
.vision {
    margin-top: 45px;
}

/*上*/
.vision .vis-box-top {
    display: block;width:100%;position:relative;
    /*height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #000;*/
}
.vision .vis-box-top .h-img{width:100%;}
.vis-box-top a {
/*    color: #136ea5;*/position:absolute;right:0;top:44%;color:#b2b2b2;
    font-weight: bold;
    font-size: medium;
}

.vis-box-top a:hover {
    color: #FF5722;
}

.vision .vis-box-top bdo {
    display: inline-block;
    text-align: center;
    width: 380px;
    background-color: #bb2d17;
    color: #fff;
    font-size: 24px;
    letter-spacing: 20px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 16px;
}

.vision .vis-box-top a {
    text-transform: uppercase;
}

/*下*/


.vision .vis-box-bott-bo {
    padding: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.vision .vis-box-bott-bo a {
    width: 170px;
    height: 252px;
    border: 1px solid #000;
}

.vision .vis-box-bott-bo a:hover {
    box-shadow: 0 0 0.2em #000;
}

.vision .vis-box-bott-bo img {
    width: 100%;
    height: 100%;
}

/*我们的价值观 结束*/

/*公益广告*/
.vision .vis-box-bott .item {
	height:340px;
    margin-left: 53px;
    margin-right: 0;
}

.vision .vis-box-bott .item .img-140-190 {
height:340px;width:240px;
}

.vision .vis-box-bott .item .img-140-190 a,
.vision .vis-box-bott .item .img-140-190 img {
 height:340px;width:240px;
}

/*公益广告结束*/


/*网站群开始*/
.webs {
    margin-top: 45px;
}

.webs .webgro {
border:none;
}

.webs .webgro legend {
    margin-left: 480px;
    padding: 0px 50px;
    font-size: 24px;
    letter-spacing: 10px;
    color: #0424a2;
}

.webs .webgro .web-box {
    margin-top: 0px;
}

.webs .webgro .web-box .web-box-nav {
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;*/font-size:0;
    margin-bottom: 30px;
}

.webs .webgro .web-box .web-box-nav p {
   /* width: 270px;*/cursor:pointer;
/*    height: 55px;*/height:64px;position:relative;
    border: 0px solid #ccc;
/*    border-radius: 10px;*/
    line-height: 64px;
    text-align: center;
    font-size: 22px;
   /* letter-spacing: 5px;*/
}
.webs .webgro .web-box .web-box-nav p i{display:none;}
.webs .webgro .web-box .web-box-nav p:first-child{
	width:600px;background:#f07e37;
}
.webs .webgro .web-box .web-box-nav p.webActive  i{
	border-right: 14px solid transparent;display: block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    position: absolute;
    z-index: 11;
    background:transparent;top:64px;left:300px;
}
.webs .webgro .web-box .web-box-nav p:first-child.webActive  i{
    border-top: 18px solid #f07e37;
}
.webs .webgro .web-box .web-box-nav p:nth-child(2){
	width:600px;background:#f1be51;
}
.webs .webgro .web-box .web-box-nav p:nth-child(2).webActive  i{
    border-top: 18px solid #f1be51;
}
.webs .webgro .web-box .web-box-nav p:nth-child(3){
	width:235px;background:#69d1c5;
}
.webs .webgro .web-box .web-box-nav p:nth-child(3).webActive  i{
    border-top: 18px solid #69d1c5;
}
.webs .webgro .web-box .web-box-nav p:nth-child(4){
	width:430px;background:#3e8bd8;
}
.webs .webgro .web-box .web-box-nav p:nth-child(4).webActive  i{
    border-top: 18px solid #3e8bd8;
}
.webs .webgro .web-box .web-box-publ div,
.webs .webgro .web-box .web-box-publ a {
    display: inline-block;
}

.webs .webgro .web-box .web-box-publ a {
    margin: 5px 10px;
    font-size: 14px;
    letter-spacing: 1px;
}

.webs .webgro .web-box .web-box-publ a:hover {
    color: #FF5722;
}

.webs .webgro .web-box .web-box-publ {
    float: left;
}

.webActive {
    /*background-color: #0424a2;
    color: #ffffff;*/
}



/*网站群结束*/















/*页脚开始*/
.foot {
    margin-top: 6.5em;
    background-color: #282828;
}

.foot .foot-box {
    display: flex;
    flex-direction: column;
}

.foot .foot-box .box-picture {
    width: 2.385em;
    height: 4.875em;
    margin-top: 1.25em;
    text-align: center;
}

.foot .foot-box .box-picture {
    width: 100%;
    height: 100%;
}

.foot .foot-box .box-address {
    margin-top: 1.25em;
    text-align: center;
}

.foot .foot-box .box-address div p,
.foot .foot-box .box-address div a {
    display: block;
    color: #fff;
}

.foot .foot-box .box-address div,
.foot .foot-box .box-address span {
    font-size: 1em;
    letter-spacing: 0.125em;
    color: #fff;
    line-height: 1.5625em;
    text-transform: uppercase;
}

.foot .foot-box .box-share {
    margin: 1.25em 0;
    display: flex;
    justify-content: center;
}

.foot .foot-box .box-share figure {
    text-align: center;
    margin: 0 7em;
    color: #fff;
}

.foot .foot-box .box-share figure img {
    width: 4.508em;
    height: 4.508em;
}

/*页脚结束*/


.nav{background:#bb2d17;height:70px;line-height:70px;}
.nav ul li{width:6em;text-align:center;position:relative;}
.nav ul li a{color:#FFFFFF;font-size: 1.4em;
	color: #fff;
	font-weight: 500;display: block;}


.nav_header{margin:0 auto;width:70em;display:flex;justify-content: space-between;
    align-items: center;
    position: relative;}
.nav_header li a{display:block;height:70px;line-height:70px;position:relative;}
.nav_header li a.title:hover i,.nav_header li.h-item.active i{z-index:6;background:url(lineicon.png) no-repeat;display:block;position:absolute;height:17px;width:98px;bottom:0px;left:50%;transform:translateX(-50%);}

.zcdBox{position:absolute;z-index:4;top:54px;left:0;display:none;width:600px;}

.nav_header .zcdBox a{font-size:16px;color:#f0e2a0;font-weight:bold;}
.nav_header .zcdBox  li{float:left;height:50px;line-height:50px;width:5.6em;}
.nav_header .xd{width:680px;left:-250px;}
.nav_header .xd li:first-child{width:64px;}
.nav_header .xd li:last-child{width:64px;}
.nav_header .xd li:nth-child(3){width:161px;}
.nav_header .jd{left:-300px;}
.nav_header .jd li:last-child{width:158px;}
.nav_header .jd li:nth-child(4){width:158px;}
.nav_header .gs{left:-352px;}
.nav_header .jt{left:-128px;}
.nav_header .jt li:nth-child(2){width:212px;}
.nav_header .djt{left:-176px;}


.nav_header .sjcd li:first-child{width: 160px;}
.nav_header .sjcd li:last-child{width: 185px;}
.nav_header .sccd {left: -200px;}
.nav_header .sccd li:first-child{width: 160px;}
.nav_header .sccd li:nth-child(2){width: 185px;}

.topAdbox{width: 1520px;height: 413px;margin: 0 auto;}
.adCon{padding: 20px 0 50px 0;}


/* 头条 */
.headline{width: 1520px;margin: 0 auto;}
.hdnews{text-align: center;}
.hdnews a{font-size: 48px;font-weight: bold;color: #bb2d17;}
.hdlistnews{margin-bottom: 60px;margin-top: 40px;}
.hdlistnews ul{display: flex;}
.hdlistnews ul li{width: 470px;height: 50px;padding: 5px 10px;margin-right: 25px;background-color: #efefef;}
.hdlistnews ul li a{line-height: 25px;font-size: 15px;font-family: "黑体";font-weight: 600;}

/* 工作状态 */
.tabTt{width: 575px;margin-top: 20px;}
.tabTt ul{width: 575px;display: flex;}
.tabTt ul li{background: url(sTt.png) no-repeat;width: 122px;height: 32px;margin-right: 2px;padding: 0 10px;text-align: center;line-height: 32px;}
.tabTt ul li:hover{background: url(sTt1.png) no-repeat;}
.tabTt ul li.cur{background: url(sTt1.png) no-repeat;}
.tabTt ul li a{color: #fff;font-weight: bold;}

.publistnews{width: 575px;margin-top: 10px;}
.publistnews a{font-size: 26px;width: 575px;height: 48px;}
.pubDiv{display: none;}
.tabCon .pubDiv:first-child{display: block;}
.pubDiv .morebox a{color: #fff;width: 50px;height: 25px;background-color: #bb2d17;text-align: center;display: block;border-radius: 20px;position: relative;left: 530px;}

/* 图片新闻 */
.picNews {overflow: hidden;width: 1520px;margin: 0 auto;margin-top: 55px;}
.picNews ul{display: flex;}
.picNews ul li{width: 360px;height: 150px;margin-right: 25px;}
.adPic2{width: 1520px;margin: 0 auto;margin-top: 55px;}
.adPic2 img{width: 1520px;height: auto;}

/* 文明创建在贵阳 */
.wmcjBox{width: 1520px;margin: 0 auto;}
.wmcjBox .titlebox{margin: 35px 0 25px 0;}




.sfqSlider{
	width:  1474px;
	height: 430px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}
.sfqSlider ul{
	list-style: none;
}
.sfqSlider ul li{
	position: relative;
	width: 1095px;
	height: 430px;
	position: absolute;
	top: 0;
	left: 0;
   
}
.sfqSlider ul li:nth-child(2){
	left: 101px;
}
.sfqSlider ul li:nth-child(3){
	left: 202px;
}
.sfqSlider ul li:nth-child(4){
	left: 303px;
}
.sfqSlider ul li:nth-child(5){
	left: 404px;
}


.sfqSlider ul li h3{
	display:block;
	cursor: pointer;
	position: relative;
	z-index: 1;
	width: 100px;
	height: 430px;
    border-right: 1px solid #fff;
	/* border: 2px solid #fff;
	border-top: none; */
	border-bottom: none;
}

.sfqSlider ul li:nth-child(1) h3{
	background: url(cmcs.png) no-repeat;

}
.sfqSlider ul li:nth-child(2) h3{
	background: url(cmcz.png) no-repeat;
}
.sfqSlider ul li:nth-child(3) h3{
	background: url(wmdw.png) no-repeat;
}
.sfqSlider ul li:nth-child(4) h3{
	background: url(wmjt.png) no-repeat;
}
.sfqSlider ul li:nth-child(5) h3{
	background: url(wmxy.png) no-repeat;
}

.sfqSlider ul li h3.cur{
	background: transparent;
    border: none;
}
.sfqSlider ul li>div{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1095px;
	height: 430px;
	z-index: 0;
    display: flex;
}
.sfqSlider ul li>div>a>img{
	width: 620px;
	height: 430px;
}
.cjlist{width: 435px;height: 350px;padding: 60px 20px 20px 20px;background-color: #fdf4ea;}
.cjlist .cjsmalltt{width:150px;height: 40px;margin: 0 auto;font-size: 34px;font-weight: bold;color: #bb2d17;margin-bottom: 30px;}
.listnews a{overflow: hidden;position: relative;display: block;width: 405px;height: 50px;font-size: 20px;line-height: 50px;padding-left: 20px;}
.listnews a i{background-color: #b9b7b5;display: block;width: 13px;height: 13px;position: absolute;left: 0px;top: 20px;border-radius: 20px;}
.morecj {margin-top: 20px;}
.morecj a{color: #fff;width: 60px;height: 25px;background-color: #bb2d17;text-align: center;display: block;border-radius: 20px;position: relative;left: 340px;}

/* 文明实践在贵阳 */
.wmsjTab{width: 100%;display: flex;height: 405px;background: url(wmsjbg.png) no-repeat;}
.wmsjTab .wmsjTabtt{width: 295px;margin-right: 40px;}
.wmsjTab .wmsjTabtt ul li{text-align: center;width: 275px;height: 85px;padding: 50px 10px 0 10px;background-color: #f5ead8;font-size: 24px;color: #bb2d17;font-weight: bold;cursor: pointer;}
.wmsjTab .wmsjTabtt ul li.cur{background-color: #fdf4ea;font-weight: normal;}
.wmsjTab .wmsjTabtt ul li:hover{background-color: #fdf4ea;font-weight: normal;}

.wmsjTab .wmsjTabcon{width: 1165px;height: 350px;padding-top: 50px;overflow: hidden;}
.wmsjTab .wmsjTabcon .wmsjNews{width: 1165px;display: flex;}
.wmsjTab .wmsjTabcon .wmsjNews>a{display: block;width: 460px;margin-right: 40px;}
.wmsjTab .wmsjTabcon .wmsjNews>a img{width: 460px;height: 315px;}
.wmsjTab .wmsjTabcon .wmsjNews .cjlist{width: 645px;background: transparent;}
.wmsjTab .wmsjTabcon .wmsjNews .cjlist .listnews a{font-size: 20px;display: block;width: 625px;}
.wmsjTab .wmsjTabcon .wmsjNews .cjlist{padding: 0;padding-top: 20px;}
.wmsjTab .wmsjTabcon .wmsjNews .cjlist .morecj a{left: 600px;font-size: 16px;line-height: 25px;}

.wmsjTab .wmsjTabcon .pubBox{display: none;display: flex;}
.wmsjTab .wmsjTabcon .pubBox:first-child{display: block;display: flex;}

/* 文明培育在贵阳开始 */
.wmpyBox{width: 1520px;margin: 0 auto;margin-top: 40px;margin-bottom: 40px;}
.pyCon{width: 1520px;display: flex;margin-top: 36px;flex-wrap: wrap;}
.dxxcBox{width: 734px;height: 319px;display: flex;padding: 65px 0 0 20px;background: url(dxTt.png) no-repeat;margin-right: 10px;margin-bottom: 25px;}
.imgNews{position: relative;width: 345px;height: 235px;margin-right: 15px;}
.imgNews img{width: 345px;height: 235px;}
.imgNews h3{width: 325px;height: 40px;padding: 0 10px;position: absolute;bottom: 0px;left: 0px;background-color: rgba(0, 0, 0, .2);color: #fff;line-height: 40px;;}
.pyListnews{width: 360px;}
.pyListnews ul li{width: 360px;height: 80px;overflow: hidden;}
.pyListnews ul li a::before {
   content: "•";color:#a9a9a9;margin-right:8px;font-size:30px;
}
.pyListnews ul li a{font-size:20px;}
.pyListnews ul li a:hover{color: #bb2d17;}
.pyListImgnews{width: 710px;}
.pyListImgnews ul{width: 710px;display: flex;}
.pyListImgnews ul li{width: 160px;height: 260px;text-align: center;margin-right: 25px;}
.pyListImgnews ul li:last-child{margin-right: 0;}
.pyListImgnews ul li img{width: 125px;height: 165px;}
.pyListImgnews ul li a{display: block;height: 78px;width: 160px;overflow: hidden;line-height: 26px;font-size: 16px;font-family: "黑体";}

.hrbBox{width: 735px;height: 319px;display: flex;padding: 65px 0 0 20px;background: url(hrTt.png) no-repeat;margin-bottom: 25px;}
.wcncBox{width: 734px;height: 319px;display: flex;padding: 65px 0 0 20px;background: url(wcnTt.png) no-repeat;margin-right: 10px;}

.tabBox{width: 748px;height: 381px;display: flex;padding:  0 20px;box-sizing: border-box; background: url(zhTt.png) no-repeat;flex-direction: column;}
.tabBox .pyTabTt{
    height: 50px;
    margin-bottom: 40px;
}
.tabBox .pyTabTt ul{
    display: flex;
    justify-content: space-between;
    height: 100%;
}




.pypubnews{display: flex}



